home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
__MANDEL
/
MANDELBR
/
CMANDELT.H
< prev
next >
Wrap
Text File
|
1992-03-25
|
317b
|
24 lines
// CMandelTextFile.h
#pragma once
#include <CStdioFile.h>
class CMandelDoc;
class CMandelTextFile: public CStdioFile {
public:
void IMandelTextFile(CMandelDoc *);
Handle ReadAll(void);
void WriteAll(Handle);
protected:
CMandelDoc * itsMandelDoc;
private:
static char * cFormats[];
};